1 line darkmode css

45

html {
  filter: invert(0.96) hue-rotate(180deg);
}

/* add this to make img look normal */
img {
  filter: invert(0.96) hue-rotate(180deg);
}

Comments

Submit
0 Comments